prefetch - definition. What is prefetch
Diclib.com
قاموس ChatGPT
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:

ترجمة وتحليل الكلمات عن طريق الذكاء الاصطناعي ChatGPT

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

WIKIMEDIA DISAMBIGUATION PAGE
Prefetch; Pre-fetching; Prepaging

prefetch         
[pri:'f?t?]
¦ verb Computing transfer (data) from main memory to temporary storage in readiness for later use.
prefetch         
Prefetching         
Prefetching in computer science is a technique for speeding up fetch operations by beginning a fetch operation whose result is expected to be needed soon. Usually this is before it is known to be needed, so there is a risk of wasting time by prefetching data that will not be used.

ويكيبيديا

Prefetching

Prefetching in computer science is a technique for speeding up fetch operations by beginning a fetch operation whose result is expected to be needed soon. Usually this is before it is known to be needed, so there is a risk of wasting time by prefetching data that will not be used. The technique can be applied in several circumstances:

  • Cache prefetching, a speedup technique used by computer processors where instructions or data are fetched before they are needed
  • Prefetch input queue (PIQ), in computer architecture, pre-loading machine code from memory
  • Link prefetching, a web mechanism for prefetching links
  • Prefetcher technology in modern releases of Microsoft Windows
  • Prefetch instructions, for example provided by
    • PREFETCH, an X86 instruction in computing
  • Prefetch buffer, a feature of DDR SDRAM memory
  • Swap prefetch, in computer operating systems, anticipatory paging